/* CSS Document */

.mobile {
  display: none !important;
}

.head {
  padding: 15px 0 5px;
}

.nav {
  width: 100%;
  background: #133984;
}

.nav .navcon {
  width: 1280px;
  margin: 0 auto;
}

.nav .navcon li {
  float: left;
}

.nav .navcon li a {
  font-size: 18px;
  color: #fff;
  padding: 0 44px;
  height: 50px;
  line-height: 50px;
  display: block;
}

.nav .navcon li a:hover,
.nav .navcon li a.cur {
  background: #0096df;
}

/*----bannerͼ---*/
.slideBox {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  height: 13px;
  overflow: hidden;
  position: absolute;
  right: 46%;
  bottom: 25px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 15px;
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 1);
  cursor: pointer;
  border-radius: 50%;
}

.slideBox .hd ul li.on {
  color: #fff;
  background: #00740f;
  width: 28px;
  border-radius: 8px;
}

.slideBox .bd {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd a {
  display: block;
  width: 100%;
  height: 200px;
}

.i_cpzx,
.i_gsjj {
  padding: 20px 0;
}

.i_title {
  font-size: 26px;
  color: #2487c8;
  font-weight: 500;
  margin-bottom: 10px;
}

.i_int {
  font-size: 18px;
  color: #494949;
  margin-bottom: 20px;
}

.i_cpleft {
  width: 312px;
  height: 552px;
  overflow: hidden;
}

.i_cpleft a img,
.i_cpright ul li a img {
  width: 312px;
  height: 552px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.i_cpright ul li a img {
  width: 232px;
  height: 271px;
}

.i_cpleft a:hover img,
.i_cpright ul li a:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.i_cpright {
  width: 958px;
  overflow: hidden;
}

.i_cpright ul {
  width: 970px;
}

.i_cpright ul li {
  float: left;
  width: 232px;
  height: 271px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}

.i_cpright ul li.two,
.i_cpright ul li.two a img {
  width: 717px;
}

.i_news {
  padding: 30px 0;
  background: #f4f4f4;
}

.i_news_left {
  width: 544px;
}

.i_news_left .i_news_pic {
  width: 544px;
  height: 326px;
  position: relative;
  overflow: hidden;
}

.i_news_left .i_news_pic a img {
  width: 544px;
  height: 326px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.i_news_left .i_news_pic a:hover img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.i_news_pic span {
  width: 110px;
  height: 32px;
  line-height: 32px;
  display: block;
  background: #00740f;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 18px;
  text-align: center;
}

.i_news_left h3 {
  font-size: 18px;
  margin: 25px 0 17px;
  color: #333;
}

.i_news_left h3 a:hover {
  color: #00740f;
}

.i_news_left p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.i_news_left a.more {
  font-size: 14px;
  margin-top: 25px;
  display: inline-table;
}

.i_news_left a.more:hover {
  color: #00740f;
}

.i_news_right {
  width: 690px;
}

.i_news_right .date {
  width: 96px;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  margin-top: 12px;
}

.i_news_right .date span {
  font-size: 28px;
  display: block;
  margin-bottom: 8px;
}

.i_news_right .i_news_con {
  width: 542px;
  border-left: 2px solid #ddd;
  padding: 5px 0 5px 24px;
}

.i_news_right .i_news_con h4 {
  color: #333;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.i_news_right .i_news_con p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.i_news_right li a:hover,
.i_news_right li a:hover h4 {
  color: #00740f;
}

.i_news_right li {
  margin-bottom: 30px;
  clear: both;
  overflow: hidden;
}

.more1 {
  width: 180px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #3c8844;
  display: block;
  border: 1px #3c8844 solid;
  border-radius: 23px;
}

.more1:hover {
  background: #3c8844;
  color: #fff;
}

.i_news .more1 {
  margin: 40px auto 0;
}

.i_gsjj_left {
  width: 650px;
}

.i_gsjj_left p {
  font-size: 18px;
  line-height: 32px;
  color: #666;
  text-align: justify;
}

.i_gsjj_left .i_title {
  margin-bottom: 40px;
}

.i_gsjj_right {
  width: 600px;
  height: 520px;
}

.footer {
  background: #363e44;
  padding: 44px 0;
}

.footer_left {
  width: 770px;
}

.footer_left,
.footer_right {
  font-size: 14px;
  color: #ccc;
}

.footer_left p {
  line-height: 36px;
}

.footer_left span {
  display: inline-table;
  font-size: 24px;
  color: #3fa948;
  background: url(../images/icontel.png) no-repeat left;
  padding-left: 55px;
  margin: 20px 30px 20px 0
}

.footer_right img {
  margin: 28px 0 5px;
}

/*------详情页-----*/
.detailbox {
  padding: 40px 0;
}

.detail_left {
  width: 260px;
}

.leftnax .title {
  width: 260px;
  height: 68px;
  background: #133984;
  color: #fff;
  text-align: center;
  padding-top: 12px;
}

.leftnax .title h3 {
  font-size: 24px;
  font-weight: normal;
}

.leftnax .title span {
  display: block;
  font-size: 16px;
  color: #919cbb;
  text-transform: uppercase;
}

.leftnax ul li {
  background: #f1f1f1;
  line-height: 24px;
}

.leftnax ul li a {
  padding: 15px 22px;
  color: #333;
  display: block;
  border-bottom: 2px #dcdcdc solid;
  border-top: 1px #fff solid;
}

.leftnax ul li a:hover,
.leftnax ul li a.cur {
  border-bottom: 2px #133984 solid;
  color: #133984;
}

.leftcontact {
  width: 220px;
  background: url(../images/lxbg.png) no-repeat bottom center #0096df;
  margin-top: 45px;
  overflow: hidden;
  padding: 28px 20px 20px;
  color: #fff;
}

.leftcontact .title {
  font-size: 24px;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 20px;
}

.leftcontact .title span {
  width: 37px;
  height: 1px;
  background: #fff;
  display: inline-table;
  margin-top: 17px;
}

.leftcontact ul li {
  margin-bottom: 15px;
  line-height: 24px;
}

.detail_right {
  width: 980px;
}

.detail_right p,
.detail_right .nr {
  font-size: 16px;
  color: #000;
  line-height: 2;
  word-wrap: break-word;
}

.dqwz {
  color: #666666;
  padding-bottom: 15px;
  border-bottom: 1px #cccccc solid;
  margin-bottom: 30px;
}

.dqwz .dqwz_con {
  background: url(../images/iconindex.png) no-repeat;
  padding-left: 34px;
  float: right;
  padding-bottom: 1px;
}

.detail_right .title {
  font-size: 24px;
  color: #000;
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
}

.detail_right .title span {
  display: block;
  margin-top: 15px;
  color: #666;
  font-size: 18px;
}

.detail_pic {
  width: 411px;
  height: 506px;
  border: 1px #cfcfcf solid;
}

.detail_wenz {
  width: 540px;
}

.detail_wenz .bt {
  font-size: 18px;
  color: #000;
  margin: 10px 0;
  display: block;
  font-weight: 600;
}

/*-------新闻------*/
.newsdet li {
  padding: 25px 0;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px #ccc solid;
}

.newslistfl {
  width: 200px;
  overflow: hidden;
  margin-left: 10px;
}

.newslistfl img {
  width: 100%;
  height: 120px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.newsdet li:hover {
  box-shadow: 0px 1px 5px #bfbfbf;
}

.newsdet li:hover .newslistfl img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07)
}

.newsdet li:hover .newslistfr h3 {
  color: #00740f;
}

.newslistfr {
  width: 750px;
  font-size: 14px;
  color: #808080;
  line-height: 26px;
}

.newslistfr h3 {
  line-height: 26px;
  color: #333;
  margin-bottom: 10px;
}

.newslistfr span {
  font-size: 14px;
  color: #7e7e7e;
  display: block;
  margin: 10px 0 0;
  line-height: 26px;
  background: url(../images/iconTime.png) no-repeat left;
  padding-left: 33px;
}

.page {
  text-align: center;
  margin-bottom: 50px;
}

.page span {
  margin: 0 5px;
}

.page span a,
.page span.curr a {
  display: inline-block;
  padding: 7px 12px;
  font-size: 14px;
  border: 1px #ddd solid;
}

.page span a:hover,
.page span.curr a {
  background: #00740f;
  color: #fff;
}

.page img {
  margin-top: -3px;
}

.page .p_n1 {
  padding: 7px 12px;
  font-size: 14px;
  border: 1px #00740f solid;
  background: #00740f;
  color: #fff;
}

@media (max-width: 1199px) {
  .pc {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .m_header {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    padding: .25rem;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
  }

  .m_header .index_logo {
    width: 80%;
  }

  .m_header .index_logo img {
    max-width: 100%;
  }

  .m_header .menu {
    display: flex;
    align-items: center;
    color: #fff;
    width: auto;
    background: none;
    margin: 0;
  }

  .m_header .menu img {
    max-width: 20px;
  }

  .side-box {
    position: fixed;
    top: 0px;
    width: 300px;
    right: -300px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1200;
    color: rgba(0, 0, 0, 1);
    transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .side-cut {
    position: relative;
    width: 280px;
    float: right;
    height: 100%;
  }

  body.open .side-shadow {
    opacity: 1;
    visibility: visible;
  }

  body.open .side-box {
    width: 200%;
    right: 0;
  }

  .side-bin {
    width: 100%;
    background: rgba(255, 255, 255, .975);
    height: 100%;
    z-index: 2;
    position: relative;
    transition: .3s .1s;
    -moz-transition: .3s .1s;
    -ms-transition: .3s .1s;
    -o-transition: .3s .1s;
    -webkit-transition: .3s .1s;
  }

  .side-nav>ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .nav-first {
    display: block;
    position: relative;
    margin: 0 0 1px 0;
    list-style: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
    transition: .6s .95s;
    -moz-transition: .6s .95s;
    -ms-transition: .6s .95s;
    -o-transition: .6s .95s;
    -webkit-transition: .6s .95s;
  }

  .nav-first:nth-child(1) {
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
  }

  .nav-first:nth-child(2) {
    transition: .6s .5s;
    -moz-transition: .6s .5s;
    -ms-transition: .6s .5s;
    -o-transition: .6s .5s;
    -webkit-transition: .6s .5s;
  }

  .nav-first:nth-child(3) {
    transition: .6s .59s;
    -moz-transition: .6s .59s;
    -ms-transition: .6s .59s;
    -o-transition: .6s .59s;
    -webkit-transition: .6s .59s;
  }

  .nav-first:nth-child(4) {
    transition: .6s .67s;
    -moz-transition: .6s .67s;
    -ms-transition: .6s .67s;
    -o-transition: .6s .67s;
    -webkit-transition: .6s .67s;
  }

  .nav-first:nth-child(5) {
    transition: .6s .74s;
    -moz-transition: .6s .74s;
    -ms-transition: .6s .74s;
    -o-transition: .6s .74s;
    -webkit-transition: .6s .74s;
  }

  .nav-first:nth-child(6) {
    transition: .6s .8s;
    -moz-transition: .6s .8s;
    -ms-transition: .6s .8s;
    -o-transition: .6s .8s;
    -webkit-transition: .6s .8s;
  }

  .nav-first:nth-child(7) {
    transition: .6s .85s;
    -moz-transition: .6s .85s;
    -ms-transition: .6s .85s;
    -o-transition: .6s .85s;
    -webkit-transition: .6s .85s;
  }

  .nav-first:nth-child(8) {
    transition: .6s .89s;
    -moz-transition: .6s .89s;
    -ms-transition: .6s .89s;
    -o-transition: .6s .89s;
    -webkit-transition: .6s .89s;
  }

  .nav-first:nth-child(9) {
    transition: .6s .92s;
    -moz-transition: .6s .92s;
    -ms-transition: .6s .92s;
    -o-transition: .6s .92s;
    -webkit-transition: .6s .92s;
  }

  .nav-first:nth-child(10) {
    transition: .6s .94s;
    -moz-transition: .6s .94s;
    -ms-transition: .6s .94s;
    -o-transition: .6s .94s;
    -webkit-transition: .6s .94s;
  }

  body.open .nav-first {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #1a478b;
    z-index: 2;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  body.open .nav-first.active>a:before {
    width: 100%;
    transition: width .3s 1s;
    -moz-transition: width .3s 1s;
    -ms-transition: width .3s 1s;
    -o-transition: width .3s 1s;
    -webkit-transition: width .3s 1s;
  }

  .nav-first:hover a:before {
    width: 100%;
  }

  .side-nav>ul:hover>.nav-first.active>a:before {
    width: 3px;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  .side-nav>ul:hover>.nav-first.active:hover>a:before {
    width: 100%;
  }

  .nav-first>a {
    position: relative;
    z-index: 3;
    display: block;
    padding: 20px 30px;
    color: rgba(0, 0, 0, .9);
  }

  .nav-first>a:after {
    display: table;
    clear: both;
    content: ''
  }

  .nav-first>a>i {
    float: left;
    position: relative;
    z-index: 3;
    padding: 0 15px 0 1px;
    line-height: 70px;
    font-size: 22px;
  }

  .nav-first>a>b {
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 3;
    font-size: 18px;
  }

  body.open .nav-first:hover>a,
  body.open .nav-first.active>a,
  .side-nav>ul:hover>.nav-first.active:hover>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  .side-nav>ul:hover>.nav-first.active>a {
    color: rgba(0, 0, 0, .9);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  body.open .nav-first.active>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s 1s;
    -moz-transition: color .3s 1s;
    -ms-transition: color .3s 1s;
    -o-transition: color .3s 1s;
    -webkit-transition: color .3s 1s;
  }

  .nav-first>a>p,
  .side-nav>ul:hover>.nav-first.active>a>p {
    position: absolute;
    top: 50%;
    right: 30px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .4);
    font-family: 'AddFont';
    padding: 6px;
    border-radius: 50%;
    line-height: 1;
    margin: 0;
    font-size: 12px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  body.open .nav-first:hover>a>p,
  body.open .nav-first.active>a>p,
  .side-nav>ul:hover>.nav-first.active:hover>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
  }

  body.open .nav-first.active>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
    transition: .3s 1s;
    -moz-transition: .3s 1s;
    -ms-transition: .3s 1s;
    -o-transition: .3s 1s;
    -webkit-transition: .3s 1s;
  }

  .side-shadow {
    width: 3999px;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-first>i {
    display: block;
    position: absolute;
    width: 76px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 4;
    cursor: pointer;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first>i:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 4px;
    margin-left: -8px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    top: 50%;
    left: 50%;
  }

  .nav-first>i:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 20px;
    margin-top: -8px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    left: 50%;
    top: 50%;
  }

  .nav-first.active>i:before,
  .nav-first.active>i:after,
  .nav-first:hover>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first:hover>i:after {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a:before {
    width: 100%;
  }

  .nav-first.mobile-active>a>i,
  .nav-first.mobile-active>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a>p {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>ul {
    padding: 1px 0 0 0;
    height: auto;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>i:after {
    display: none;
  }

  .nav-second {
    margin: 0 0 1px 0;
    list-style: none;
    padding: 0;
    border-bottom: solid 1px #ccc;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>a {
    padding: 10px 30px;
    display: block;
    position: relative;
  }

  .nav-second>a>b {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: rgba(0, 0, 0, .8);
    position: relative;
    z-index: 1;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second>a:after {
    background: #1a478b;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second:hover>a:after {
    width: 100%;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>ul:after {
    display: block;
    content: '';
    clear: both;
  }

  .nav-second:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-third {
    display: block;
    line-height: none;
    padding: 1px 0 0 0;
    margin: 0 30px;
  }

  .nav-third>a {
    padding: 0 30px;
    line-height: 50px;
    margin-bottom: 1px;
    background: rgba(0, 0, 0, .08);
    display: block;
    position: relative;
  }

  .nav-third>a>b {
    display: block;
    font-weight: normal;
    color: rgba(0, 0, 0, .9);
  }

  .nav-third>a:after {
    background: #2E2E2E;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third>a>b {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third:hover>a:after {
    width: 100%;
  }

  .nav-third:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .side-foot {
    padding: 30px 30px 25px 30px;
    text-align: left;
    overflow: hidden;
  }

  .side-phone {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    opacity: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  .side-phone:after {
    display: block;
    clear: both;
    content: '';
  }

  body.open .side-phone {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .side-phone P {
    float: left;
    margin: 0;
    line-height: 1;
  }

  .side-phone p b {
    display: block;
    font-family: 'AddFont';
    font-weight: normal;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 5px;
  }

  .side-phone p a {
    display: block;
    font-family: 'AddFont';
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    letter-spacing: -1px;
  }

  .side-phone i {
    float: right;
    display: block;
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .8);
    padding: 4px 4px 0 4px;
    margin-top: 9px;
    cursor: pointer;
  }

  .side-phone i:hover {
    background: rgba(0, 0, 0, .8);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
  }

  .side-text {
    white-space: pre-wrap;
    padding-top: 10px;
    color: rgba(0, 0, 0, 1);
    opacity: 0;
    font-family: 'Addfont', Microsoft Yahei;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  body.open .side-text {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    height: 0;
    background: rgba(0, 0, 0, .03);
  }

  .w1280 {
    width: 95%;
  }

  .mt60 {
    margin-top: .5rem;
  }

  .i_news {
    padding: 1rem 0;
  }

  .i_title {
    font-size: .75rem;
    margin-bottom: .25rem;
  }

  .i_int {
    font-size: .55rem;
    margin-bottom: .5rem;
  }

  .i_news_left {
    width: 100%;
  }

  .i_news_left .i_news_pic {
    width: 100%;
    height: auto;
  }

  .i_news_left .i_news_pic a img {
    width: 100%;
    height: 11rem;
  }

  .i_news_pic span {
    width: 4rem;
    height: 1rem;
    line-height: 1rem;
    bottom: .5rem;
    font-size: .55rem;
  }

  .i_news_left h3 {
    font-size: .65rem;
    margin: .5rem 0 .25rem;
  }

  .i_news_left p {
    font-size: .55rem;
    line-height: 1.5;
  }

  .i_news_left a.more {
    font-size: .55rem;
    margin-top: .25rem;
  }

  .i_news_right {
    width: 100%;
    margin-top: .5rem;
  }

  .i_news_right li {
    margin-bottom: .5rem;
  }

  .i_news_right .date {
    width: 20%;
    font-size: .55rem;
    margin-top: .3rem;
    text-align: center;
  }

  .i_news_right .date span {
    font-size: .65rem;
    margin-bottom: .25rem;
  }

  .i_news_right .i_news_con {
    width: 75%;
    padding: 0 0 0 .5rem;
  }

  .i_news_right .i_news_con h4 {
    margin-bottom: .25rem;
  }

  .i_news_right .i_news_con p {
    font-size: .55rem;
    line-height: 1.5;
  }

  .more1 {
    width: 4.5rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: .575rem;
  }

  .i_news .more1 {
    margin: 0 auto;
  }

  .i_cpzx,
  .i_gsjj {
    padding: 1rem 0;
  }

  .i_cpzx ul li {
    margin-top: .25rem;
  }

  .i_cpzx ul li a {
    color: #333;
    font-size: .55rem;
  }

  .i_gsjj_left {
    width: 100%;
  }

  .i_gsjj_left .i_title {
    margin-bottom: .25rem;
  }

  .i_gsjj_left p {
    font-size: .55rem;
    line-height: 1.5;
  }

  .i_gsjj_right {
    width: 100%;
    height: auto;
    margin-top: .5rem;
  }

  .i_gsjj_right img {
    max-width: 100%;
  }

  .footer {
    padding: 1rem 0;
  }

  .footer_left {
    width: 100%;
  }

  .footer_left p {
    line-height: 2;
    font-size: .55rem;
  }

  .footer_left span {
    font-size: .6rem;
    background: url(../images/icontel.png) no-repeat left/.75rem;
    padding-left: 1rem;
    margin: .5rem .75rem .5rem 0;
  }

  .footer_right {
    display: none;
  }

  .detailbox {
    padding: 1rem 0;
  }

  .detail_left {
    width: 100%;
  }

  .leftnax .title {
    width: 100%;
    height: 1.5rem;
    padding-top: .25rem;
  }

  .leftnax .title h3 {
    font-size: .65rem;
  }

  .leftnax ul li a {
    padding: .375rem .5rem;
  }

  .leftcontact {
    display: none;
  }

  .dqwz {
    display: none;
  }

  .detail_right {
    width: 100%;
    margin-top: 1rem;
  }

  .detail_right .title {
    font-size: .65rem;
    margin-bottom: .5rem;
  }

  .detail_right .title span {
    margin-top: .375rem;
    font-size: .55rem;
  }

  .detail_right p,
  .detail_right .nr {
    font-size: .55rem;
  }

  .detail_right .nr img {
    max-width: 100%;
  }

  .newsdet li {
    padding: .5rem 0;
  }

  .newslistfl {
    width: 30%;
    margin-left: 0;
  }

  .newslistfr {
    width: 70%;
    padding-left: 2.5%;
    font-size: .55rem;
    line-height: 1.5;
    box-sizing: border-box;
  }

  .newslistfl img {
    height: 3.5rem;
  }

  .newslistfr h3 {
    height: 1.9rem;
    line-height: 1.5;
    overflow: hidden;
    margin-bottom: .25rem;
  }

  .newsdet .newslistfr p {
    display: none;
  }

  .mt40 {
    margin-top: 1rem !important;
  }

  .page {
    margin-bottom: 1rem;
  }

}